Ahmet Bakan
0f38a1520d
Still RTFD.
2015-10-11 20:21:02 -07:00
Ahmet Bakan
f67270e63f
Still trying to understand RTFD build fails.
2015-10-11 20:15:42 -07:00
Ahmet Bakan
e34af7d1e5
Trying to see why RTFD builds fail.
2015-10-11 20:07:24 -07:00
Ahmet Bakan
6a4d9bde07
Fixed classifier.
2015-10-11 19:27:41 -07:00
Ahmet Bakan
830759fab7
Added post list link style, removed badges that don't display.
2015-10-11 19:25:04 -07:00
Ahmet Bakan
bd2ca13ccb
Merge branch 'master' of https://github.com/abakan/ablog
2015-10-11 19:20:32 -07:00
Ahmet Bakan
c268ef7ab1
Changed from Alpha to Beta in setup.
2015-10-11 19:09:05 -07:00
Ahmet Bakan
764f62898c
Reviewed documentation, bumped up version number, added release note.
2015-10-11 19:07:49 -07:00
Ahmet Bakan
855b65b3e8
Added docs command.
2015-10-11 17:58:19 -07:00
Ahmet Bakan
e1f6de7a06
Revised command docstrings and documentation.
2015-10-11 17:58:00 -07:00
Ahmet Bakan
48522470ee
Renamed css post list style classes.
2015-10-11 17:54:19 -07:00
Ahmet Bakan
40583b974b
Added postlist class to postlist class to post list bullet list.
...
This is to enable controlling style throuch css.
2015-10-11 17:53:00 -07:00
Ahmet Bakan
6c121252f2
Fixed internal link resolution issue in collection pages.
2015-10-11 17:52:26 -07:00
Ahmet Bakan
cb741637ca
Added -p argument to deploy command.
2015-10-11 14:05:43 -07:00
Ahmet Bakan
0ed765d95a
Revised docstrings added ver 8 release notes.
2015-10-09 18:41:45 -07:00
Ahmet Bakan
39aaa465c5
Merge pull request #52 from abakan/devel
...
Devel
2015-10-09 18:35:35 -07:00
Ahmet Bakan
a2653ce8a3
Merge branch 'master' into devel
2015-10-09 18:33:47 -07:00
Ahmet Bakan
9b7483eae3
Removed pypip.in badges that dont display.
2015-10-09 18:33:22 -07:00
Ahmet Bakan
6cdeb8d17b
Merge pull request #51 from uralbash/path-github-push-force
...
Overwrites commit when deploy
2015-10-09 12:01:26 -07:00
Dmitry
4a22add7fc
Overwrites commit when deploy
2015-10-09 19:14:00 +05:00
Ahmet Bakan
e1bf6770f1
Some revisions.
2015-10-08 19:30:35 -07:00
Ahmet Bakan
45ac0dbb46
Merge branch 'AlbertMietus-GAM-dev' into devel
2015-10-08 19:17:37 -07:00
Ahmet Bakan
a9deb4d652
Merge branch 'GAM-dev' of git://github.com/AlbertMietus/ablog into AlbertMietus-GAM-dev
2015-10-08 19:17:22 -07:00
Ahmet Bakan
dc68b4ef0d
Added -a to build command.
2015-10-06 22:59:01 -07:00
Ahmet Bakan
5fcaf29085
Updated release docs.
2015-09-15 18:01:12 -07:00
Ahmet Bakan
bcaec1bcfc
Making tests in test folder.
2015-09-15 17:53:18 -07:00
Ahmet Bakan
e815996bfa
Using format in setup, bumper version number.
2015-09-15 17:26:38 -07:00
Ahmet Bakan
10a98f64a1
Merge branch 'devel' of https://github.com/abakan/ablog into devel
2015-09-15 16:49:49 -07:00
Ahmet Bakan
b25d3bb1d3
Moved test lines from travis confid to Makefile.
2015-09-15 16:49:36 -07:00
Ahmet Bakan
ab7c08bc0a
Removed emty line before file encoding.
2015-09-15 16:49:36 -07:00
Ahmet Bakan
a703720005
Removed lines from setup causing Python 3.5 installation issue.
2015-09-15 16:49:36 -07:00
Ahmet Bakan
21f9a26da2
Moved test lines from travis confid to Makefile.
2015-09-15 16:47:33 -07:00
Ahmet Bakan
822ab7ce80
Bumped version number.
2015-09-15 16:40:15 -07:00
Ahmet Bakan
ee3f5790a2
Removed emty line before file encoding.
2015-09-15 16:39:20 -07:00
Ahmet Bakan
b922a5a59d
Removed lines from setup causing Python 3.5 installation issue.
2015-09-15 16:34:19 -07:00
Ahmet Bakan
a9d045ca94
Bumped devel status to beta for next release.
2015-09-14 21:44:12 -07:00
Ahmet Bakan
91f8db47bd
Fixed rst formatting.
2015-09-14 21:41:45 -07:00
Ahmet Bakan
1e4faf3212
Merge branch 'devel' of https://github.com/abakan/ablog into devel
2015-09-14 21:40:27 -07:00
Ahmet Bakan
a1522cc216
Fixed typo.
2015-09-14 21:40:21 -07:00
Ahmet Bakan
15a9a7534f
Revised builder checks, incremented version number, added rel post.
2015-09-14 21:40:20 -07:00
Ahmet Bakan
cfa810b006
Fixed import/coding issues with build_safe.
2015-09-14 21:40:20 -07:00
Ahmet Bakan
0feeb6668b
Added build_safe function, and using it to avoide json builder ( #47 ).
2015-09-14 21:40:20 -07:00
Ahmet Bakan
698eaea6e0
Keeping not JSON serializable objects out of html context ( #47 )
...
ABlog objects are not JSON serializable. They are used for
creating archive pages, and work fine with HTML builders.
When json builder is used, it pickles HTML context along
with HTML, and this causes serialization issues. So ABlog
objects (functions, Catalog, Blog instance, etc.) are avoided
when builder is not one of html/dirhtml.
2015-09-14 21:40:20 -07:00
Ahmet Bakan
aa36f76552
Fixed issue arising upon rebuilds without any change.
2015-09-14 21:39:51 -07:00
Ahmet Bakan
ee09d22b4b
Added missing sudo: false
to travis config.
2015-09-14 21:38:03 -07:00
Ahmet Bakan
911c234900
Added json/pickle build tests.
2015-09-14 21:36:31 -07:00
Ahmet Bakan
aa247726d9
Fixed typo.
2015-09-14 21:34:45 -07:00
Ahmet Bakan
f58e4319b1
Revised builder checks, incremented version number, added rel post.
2015-09-14 21:33:06 -07:00
Ahmet Bakan
94de463fc7
Fixed import/coding issues with build_safe.
2015-09-14 18:56:28 -07:00
Ahmet Bakan
605540efcb
Added build_safe function, and using it to avoide json builder ( #47 ).
2015-09-14 18:47:44 -07:00