forked from FreeFeed/freefeed-react-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
572 additions
and
200 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,62 @@ | ||
import React from 'react' | ||
import {Link} from 'react-router' | ||
|
||
import screenshot from 'assets/images/screenshot.png' | ||
|
||
export default (props) => ( | ||
<div className='box'> | ||
<div className='box-header-timeline'> | ||
Other page | ||
</div> | ||
<div className='box-body'> | ||
<div> | ||
Here be more dragons | ||
</div> | ||
</div> | ||
<div className='box-footer'> | ||
<div className="box"> | ||
<div className="box-header-timeline"></div> | ||
<div className="box-body"> | ||
<h3>What is FreeFeed?</h3> | ||
|
||
<p>FreeFeed is a social network that enables you to discover and discuss | ||
the interesting stuff your friends find on the web.</p> | ||
|
||
<p><b><Link to="/signup">Sign up</Link></b> now or <Link to="/signin">sign in</Link> if | ||
you already have an account.</p> | ||
|
||
<p><img src={screenshot} width="450" height="431" style={{border: '1px solid #ccc'}}/></p> | ||
|
||
<h3>Why FreeFeed?</h3> | ||
|
||
<p>FreeFeed is being built as a replacement | ||
for <a href="https://en.wikipedia.org/wiki/FriendFeed" target="_blank">FriendFeed</a>, | ||
the real-time aggregator and social network where "likes" for user | ||
generated content were implemented for the first time.</p> | ||
|
||
<p>After Facebook had acquired FriendFeed and announced its plan to shut | ||
down the website on April 9, 2015, a small group of Russian-speaking | ||
FriendFeed users decided to build an open-source free-for-all replacement.</p> | ||
|
||
<h3>Help us build better FreeFeed</h3> | ||
|
||
<p>FreeFeed is an open-source project. We are <Link to="/dev">looking | ||
for volunteers</Link> to help us with the development of FreeFeed.net.</p> | ||
|
||
<h3>Important pages</h3> | ||
|
||
<p><Link to="/support">https://freefeed.net/support</Link> – | ||
Tech support (we speak English, Russian as well as some other languages :))</p> | ||
|
||
<p><Link to="/freefeed">https://freefeed.net/freefeed</Link> - | ||
Important service announcements</p> | ||
|
||
<h3>The team behind FreeFeed</h3> | ||
|
||
<p>A team of volunteers registered a non-profit organization, FreeFeed.net MTÜ, | ||
in Tallinn, Estonia to fund and coordinate open-source development of the | ||
platform.</p> | ||
|
||
<p>After launching a <a href="https://www.indiegogo.com/projects/freefeed-v-1" target="_blank">successful | ||
crowdfunding campaign</a> in December 2015, the platform is now being | ||
actively developed. It is being used by hundreds of people now, even | ||
though the work is still underway.</p> | ||
|
||
<p>FreeFeed v.1 is scheduled for release in spring 2016. This version will | ||
include search and hashtag support.</p> | ||
|
||
<p>You can <b><Link to="/signup">sign up</Link></b> now and use the beta | ||
version today.</p> | ||
</div> | ||
</div> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
import React from 'react' | ||
import {Link} from 'react-router' | ||
|
||
export default (props) => ( | ||
<div className="box"> | ||
<div className="box-header-timeline"></div> | ||
<div className="box-body"> | ||
<h3>Help us build FreeFeed</h3> | ||
|
||
<p>We are looking for volunteers to help us build FreeFeed, an open-source | ||
social network, replacement of FriendFeed.com.</p> | ||
|
||
<p>We need help with both development and testing.</p> | ||
|
||
<p>FreeFeed is open-source: <a href="https://github.com/FreeFeed/" target="_blank">https://github.com/FreeFeed/</a></p> | ||
|
||
<p>The <a href="https://github.com/FreeFeed/freefeed-server" target="_blank">backend</a> is | ||
built with Node.js and Redis. It is now being re-written to use PostgreSQL instead of Redis.</p> | ||
|
||
<p>The <a href="https://github.com/FreeFeed/freefeed-react-client" target="_blank">frontend</a> is built | ||
with React.</p> | ||
|
||
<h3>Roadmap</h3> | ||
|
||
<p>[x] v 0.6 React frontend<br/> | ||
[ ] v 0.7 Add real-time updates to the frontend<br/> | ||
[ ] v 0.8 Add support for private groups<br/> | ||
[ ] v 0.9 Migrate to Postgres<br/> | ||
[ ] v 1.0 Support for search and #hashtags</p> | ||
|
||
<p>Please <a href="mailto:[email protected]">contact us</a> to join | ||
our team of volunteers.</p> | ||
|
||
<p>P.S. We welcome contributions of features outside of the core ones | ||
outlined above, however we feel that the core has higher priority | ||
(especially switching the primary data store).</p> | ||
</div> | ||
</div> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
import React from 'react' | ||
import {Link} from 'react-router' | ||
|
||
export default (props) => ( | ||
<footer className='footer p-footer'> | ||
© FreeFeed 0.6.3 (February 8, 2016)<br/> | ||
<a href="https://about.freefeed.net" target="_blank">About</a> | <a href="http://news.freefeed.net" target="_blank">Public News</a> | <a href="https://twitter.com/freefeednet" target="_blank">Twitter</a> | <a href="http://freefeed.reformal.ru/" target="_blank">Reformal: suggest new features</a> | ||
<footer className="footer"> | ||
© FreeFeed 0.6.4 (February 25, 2016)<br/> | ||
<Link to="/about">About</Link> | <Link to="/freefeed">News</Link> | <a href="https://twitter.com/freefeednet" target="_blank">Twitter</a> | <a href="https://status.freefeed.net/" target="_blank">Status</a> | ||
</footer> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/components/change-password-form.jsx → src/components/user-change-password-form.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.