7928b4365b
Allow Daux to work from sub-directories
...
If you try to host Daux from any directory other than the root of a website (like mysite.com/docs, for example), it just gives an error that the page can't be found. This commit will make Daux remove the base directory from the request when handling it, which should make it work properly in sub-directories.
2018-09-20 20:14:43 +02:00
41c355edb1
Add more details on verbose output #52
2018-06-05 20:31:51 +02:00
e844b51f10
Fix Mime Types - fix CLI param
2017-12-08 16:29:44 +01:00
52ce3714cf
More cleanup
2017-11-07 22:54:31 +01:00
a1a65bb9f0
Support translations for the UI, fixes #1
2017-10-19 22:18:46 +02:00
0758366430
Rely on symfony's HttpFoundation to handle requests. Fixes weird bugs
2017-06-08 23:07:18 +02:00
5a24c48788
Add documentation in some places
2017-06-07 23:40:12 +02:00
4c9cbed9da
Send correct mimetype for ComputedRawPage in live mode
2017-03-01 10:54:38 +01:00
e831e75958
Use a more reliable way to detect the current page, fixes #420
2017-01-09 18:29:52 +01:00
aa4ad02b46
Handle custom themes on serve fixes #396
2016-09-12 23:58:58 +02:00
6d871c3f62
Applied fixes from StyleCI
2016-07-29 23:21:19 +02:00
341ec96cf8
Change the way the commands are declare, separate "generate" and "serve"
2016-07-29 21:56:10 +02:00
f7b47a6c19
Applied fixes from StyleCI
2016-07-29 21:56:10 +02:00
18e10cacc8
Add the daux --serve command to simplify writing documentation and reading.
2016-07-29 21:56:10 +02:00
3375f8ff2b
Create a "daux" binary
...
Refactored Daux a bit to allow generating documentation from working directory
2016-07-29 21:56:10 +02:00
2314516ce9
Applied fixes from StyleCI
2016-07-29 21:56:09 +02:00
d4c78ae3f9
Finalize search feature for merge
2016-03-13 21:51:58 +01:00
55ef0b982b
Add getPureContent
to Page to be able to get content without template
2016-03-13 21:51:15 +01:00
61388e1c51
First checkin of search for static websites
2016-02-15 12:14:48 -08:00
6111ca46fa
Fix small typo in Server.php
fixes #336
2016-01-07 22:20:00 +01:00
18a34beac3
Add previous and next links to the pages, fixes #93
2015-10-28 00:18:29 +01:00
d02ac85697
Fix code style
2015-08-16 22:26:00 +02:00
dc1965a2e7
Improve windows support, fixes #264 , #298 and #307
2015-08-15 16:31:36 +02:00
fca2b4dc6a
Refactored /templates and /resources into a single /themes folder.
2015-07-31 11:54:02 -04:00
114a0f29b7
Be able to set the source directory on command line
2015-07-28 17:26:35 +02:00
061ea5ea55
Code Style and refactorings
2015-07-20 20:51:49 +02:00
f903b0060c
Fix index pages detection in live mode
2015-07-20 20:51:48 +02:00
d921c412b5
Add format and processor as configuration options for live mode
2015-07-20 20:51:48 +02:00
c00dfac001
Change configuration format
2015-07-20 20:51:48 +02:00
f757e88040
Fixed base url problems in live mode
2015-07-20 20:51:48 +02:00
1f167db1f6
Fixed error page
2015-07-20 20:51:48 +02:00
932fab5a84
Transform the server to be able to use the Generator
2015-07-20 20:51:48 +02:00
87fbb6f15d
Initialize the markdown parser only once.
2015-07-20 20:51:48 +02:00
7dc7c045d4
Bugfixes
2015-07-20 20:51:32 +02:00
3235c49acd
Refactor to not use ->value in the tree
2015-07-20 20:51:32 +02:00
a35af5fd19
Remove the file editor
2015-07-20 20:51:32 +02:00
4f8d817365
Code Style and documentation
2015-07-20 20:51:13 +02:00
63d6b17ec4
Bugfixes related to themes and Commonmark migration
2015-07-20 20:49:19 +02:00
90dbdb4f0b
Create a notion of Export format, prepare for multiple generation systems
2015-07-20 20:49:15 +02:00
3e374c7585
Fix server, now returns files that are in the docs
folder
2015-07-20 20:49:14 +02:00
f3d472363d
Cleanup
2015-07-20 20:49:14 +02:00
52b679b33f
New templating system
2015-07-20 20:49:09 +02:00
de1214cbab
Convert to PSR2
2015-07-20 20:49:09 +02:00
ecd5efe758
Extract tree builder
...
Add related files directly in the documentation
2015-07-20 20:49:09 +02:00
2c228273fb
Simplify configure_theme
and get_theme
2015-07-20 20:49:09 +02:00
c79c692042
Separate generator and server
2015-07-20 20:49:09 +02:00