index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Indentation error.
cedricbonhomme
2012-04-22
*
Added comments.
cedricbonhomme
2012-04-22
*
Renamed get_all_collections() to get_all_feeds().
cedricbonhomme
2012-04-22
*
Renamed get_collection() to get_feed().
cedricbonhomme
2012-04-22
*
Removed print_collections() function.
cedricbonhomme
2012-04-22
*
Minor refactoring with pylint.
cedricbonhomme
2012-04-22
*
Added comments.
cedricbonhomme
2012-04-22
*
SHA1 is replaced by urlsafe_b64encode for id of articles.
cedricbonhomme
2012-04-20
*
Added tag for the version 3.1 (last stable version with an SQLite database).
cedricbonhomme
2012-04-17
*
Version 3.3.
cedricbonhomme
2012-04-16
*
Updated version number to 3.3.
cedricbonhomme
2012-04-16
*
Moved README and COPYING files under root.
cedricbonhomme
2012-04-16
*
Bugifx: the 'feed' dictionary doesn't contains a 'feed_id' key.
cedricbonhomme
2012-04-16
*
Updated documentation (schemas).
cedricbonhomme
2012-04-15
*
test
cedricbonhomme
2012-04-15
*
test
cedricbonhomme
2012-04-15
*
.hgsub
cedricbonhomme
2012-04-15
*
Removed .hgsubs
cedricbonhomme
2012-04-15
*
Updated .hgsub
cedricbonhomme
2012-04-15
*
Moved .hgsub
cedricbonhomme
2012-04-15
*
Reorganization of folders.
cedricbonhomme
2012-04-15
*
Better use of datetime.
cedricbonhomme
2012-04-15
*
Added database schema for Article and Feed object.
cedricbonhomme
2012-04-15
*
Bugfix: sqlite2mongo.py wasn't using datetime to store article's date in the ...
cedricbonhomme
2012-04-15
*
Version 3.2.
cedricbonhomme
2012-03-20
*
MongoDB database stable: merging MongoDB branch in the default branch.
cedricbonhomme
2012-03-20
|
\
*
|
Renamed export/import function in sqlite2mongo.py
cedricbonhomme
2012-03-20
*
|
MongoDB collection of articles is indexed with 'article_date'.
cedricbonhomme
2012-03-20
*
|
Removed articles.py.
cedricbonhomme
2012-03-19
*
|
Removed the now useless function to load articles from a SQLite database.
cedricbonhomme
2012-03-19
*
|
Added script to convert the SQLite database to a MongoDB database for the new...
cedricbonhomme
2012-03-19
*
|
Added button to share an article on Hacker News.
cedricbonhomme
2012-03-11
*
|
Export an article to plain text.
cedricbonhomme
2012-03-11
*
|
Minor bugfix in search() (variable with duplicate name).
cedricbonhomme
2012-03-11
*
|
Renamed search function 'q' to 'search'.
cedricbonhomme
2012-03-11
*
|
The search for an expression through the database is ready.
cedricbonhomme
2012-03-11
*
|
Updated README.
cedricbonhomme
2012-03-10
*
|
Delete an article individually from the MongoDB database.
cedricbonhomme
2012-03-10
*
|
The path of the SQLite base is useless. Configuration of the MongoDB database...
cedricbonhomme
2012-03-10
*
|
top_words is not an attribute of Root().
cedricbonhomme
2012-03-10
*
|
Updated comments.
cedricbonhomme
2012-03-10
*
|
We can now again delete a feed from the management page.
cedricbonhomme
2012-03-10
*
|
Better code of the management page.
cedricbonhomme
2012-03-10
*
|
Removed create_base() for SQLite.
cedricbonhomme
2012-03-09
*
|
MongoDB configuration (address, port, username and password) is loaded at lau...
cedricbonhomme
2012-03-09
*
|
Updated revision date.
cedricbonhomme
2012-03-09
*
|
No more mutex in pyAggr3g470r.py
cedricbonhomme
2012-03-09
*
|
Removed useless comment in index function.
cedricbonhomme
2012-03-09
*
|
Added configuration for MongoDB in pyAggr3g470r.cfg.
cedricbonhomme
2012-03-08
*
|
Minor improvment in index pagge. Re-enabled the 404 error page.
cedricbonhomme
2012-03-06
[next]
bgstack15