Mercurial > libervia-web
annotate .hgignore @ 823:027139763511
server (blog): cleaning & improvments:
- use a constant for themes url
- moved RSM related constants to server only constants, and renamed theme STATIC_RSM*
- raised the default number of items/comments to 10
- removed references to microblog namespace as it is managed by backend
- many little improvments for better readability
- dont use dynamic relative paths anymore
- replaced use of old formatting syntax (%) by format()
- profile name in url is now properly (un)quoted
- removed max_items as it was used at the same time as RSM (TODO: check RSM support before using it)
- renamed render_* methods using camelCase for consistency
- put a limit for rsm_max, to avoid overloading
- don't sort items after getting them anymore, as sorting is already done by backend/pubsub according to request
- use urllib.urlencode when possible
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 08 Jan 2016 14:42:39 +0100 |
parents | a5019e62c3e9 |
children | a44f77559279 |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 *.pyc | |
3 *.pyv | |
4 *.swp | |
5 *.swo | |
6 *.js | |
7 tags | |
8 twistd.log | |
9 twistd.pid | |
10 sat.egg-info | |
11 *.un~ | |
12 dist | |
13 MANIFEST | |
14 *.sh | |
5
c8d3821efc36
added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
15 build/ |
c8d3821efc36
added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
16 Session.vim |
180 | 17 ctags_links/ |
589
a5019e62c3e9
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents:
180
diff
changeset
|
18 html/ |