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
path:
root
/
source
Commit message (
Expand
)
Author
Age
*
Removed debug print.
Cédric Bonhomme
2013-07-25
*
The Whoosh index stays now in sync with the MongoDB database.
Cédric Bonhomme
2013-07-25
*
fixed a really strange bug... to investigate...
Cédric Bonhomme
2013-07-24
*
Bugfix when checking if an article is already in the database.
Cédric Bonhomme
2013-07-24
*
AsyncWriter is used to prevent whoosh.store.LockError error. And we only try ...
Cédric Bonhomme
2013-07-24
*
added add_to_index function, to add an article to the Whoosh index.
Cédric Bonhomme
2013-07-24
*
Updated header information of utils.py
Cédric Bonhomme
2013-07-24
*
Better and safe files handling with context manager.
Cédric Bonhomme
2013-07-24
*
Improved remove_feed function.
Cédric Bonhomme
2013-07-24
*
Improved add_feed
Cédric Bonhomme
2013-07-23
*
Improved the function which add a new feed URL to the file with the list of m...
Cédric Bonhomme
2013-07-23
*
call rmpid() to delete the file which contains the pid pf pyAggr3g470r.
Cédric Bonhomme
2013-07-10
*
The file which contains the pid of the pyaggr3g470t process is now deleted af...
Cédric Bonhomme
2013-07-10
*
attrgetter is not used
Cédric Bonhomme
2013-07-04
*
Results of a search are now sorted by date.
Cédric Bonhomme
2013-07-04
*
Removed MongoDB full-search function.
Cédric Bonhomme
2013-07-04
*
Version 4.0. Fast full-text indexing and searching with the Whoosh library.
Cédric Bonhomme
2013-06-25
*
Removed the MongoDB index on articles content.
Cédric Bonhomme
2013-06-25
*
Test if the database has not been indexed.
Cédric Bonhomme
2013-06-25
*
Added a button to reindex the database on the /search page.
Cédric Bonhomme
2013-06-24
*
Removed the limit of results for the search with whoosh.
Cédric Bonhomme
2013-06-24
*
Integration of the new search module.
Cédric Bonhomme
2013-06-24
*
Added index_base view in order to launch the indexing.
Cédric Bonhomme
2013-06-24
*
Updated the /management template.
Cédric Bonhomme
2013-06-24
*
Added missing import.
Cédric Bonhomme
2013-06-24
*
First functional version of the indexed full-text search.
Cédric Bonhomme
2013-06-24
*
A test of the whoosh library
Cédric Bonhomme
2013-06-24
*
Changed header information in feedgetter.py.
Cédric Bonhomme
2013-06-10
*
Now using 'with' statement with a context manager in order to catch i/o excep...
Cédric Bonhomme
2013-06-10
*
Minor changes to the tempate of the /unread page.
Cédric Bonhomme
2013-06-07
*
Updated login page CSS.
Cédric Bonhomme
2013-05-02
*
The qrcode module has been ported to Python 3.3 and the qrcode image is horiz...
Cédric Bonhomme
2013-04-15
*
Improvement of the display of the /article view.
Cédric Bonhomme
2013-04-15
*
Don't append <br/> tag after the content of the article.
Cédric Bonhomme
2013-04-15
*
Improvements in the article.html template.
Cédric Bonhomme
2013-04-15
*
The plan text version of an article is now between a <p> HTML tag.
Cédric Bonhomme
2013-04-15
*
Released version 3.9.
Cédric Bonhomme
2013-04-14
*
The heart pict wasn't any more present in the /history page.
Cédric Bonhomme
2013-04-14
*
A picto was not displayed in the /articles page.
Cédric Bonhomme
2013-04-12
*
Minor bugfix: the link to the heart picto was wrong.
Cédric Bonhomme
2013-04-12
*
Added a link to the page of unread article in the /feed page.
Cédric Bonhomme
2013-04-10
*
Minor bugfix when setting the title of the generated epub
Cédric Bonhomme
2013-04-08
*
Changed sample configuration file.
Cédric Bonhomme
2013-04-08
*
Default Python version is now 3.3.
Cédric Bonhomme
2013-04-06
*
Don't try to authenticate is no password is given by the user in the configur...
cedricbonhomme
2013-04-03
*
THe code for the QR Code generation is now in utils.py.
Cédric Bonhomme
2013-04-03
*
Removed some useless regular expression.
Cédric Bonhomme
2013-04-03
*
Changed the message whe BeautifulSoup fails to sanitize the description of th...
Cédric Bonhomme
2013-04-03
*
Updated revision date.
Cédric Bonhomme
2013-04-02
*
Test if BeautifulSoup failed to sanitize the HTML content.
Cédric Bonhomme
2013-04-02
[next]
bgstack15