-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
SlimFramework.docset/Contents/Resources/Document | ||
SlimFramework.docset/Contents/Resources/Documents/hts-cache/* | ||
SlimFramework.docset/Contents/Resources/Documents/docs.slimframework.com/_themes/* | ||
SlimFramework.docset/Contents/Resources/Documents/fade.gif | ||
SlimFramework.docset/Contents/Resources/Documents/hts-log.txt | ||
SlimFramework.docset/Contents/Resources/Documents/index.html | ||
SlimFramework.docset/Contents/Resources/Documents/docs.slimframework.com/pages/view-rendering-templates.html | ||
|
||
SlimFramework.docset/Contents/Resources/Documents/backblue.gif | ||
|
||
cache | ||
slimframework.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rk.docset/Contents/Resources/Documents/docs.slimframework.com/bootstrap/css/bootstrap.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+8.57 KB
...s/Documents/docs.slimframework.com/bootstrap/img/glyphicons-halflings-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
SlimFramework.docset/Contents/Resources/Documents/docs.slimframework.com/styles/css/all.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+24.8 KB
...ntents/Resources/Documents/docs.slimframework.com/styles/font/fontawesome-webfont3294.eot
Binary file not shown.
Binary file added
BIN
+53.8 KB
...ntents/Resources/Documents/docs.slimframework.com/styles/font/fontawesome-webfont3294.ttf
Binary file not shown.
Binary file added
BIN
+28.7 KB
...tents/Resources/Documents/docs.slimframework.com/styles/font/fontawesome-webfont3294.woff
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<entry> | ||
<version>1.0.0</version> | ||
<url>https://github.com/pfefferle/dash-slimframework/releases/download/v1.0.0/slimframework.tgz</url> | ||
<version>1.0.1</version> | ||
<url>https://github.com/pfefferle/dash-slimframework/releases/download/v1.0.1/slimframework.tgz</url> | ||
</entry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
|
||
tar --exclude='.DS_Store' -cvzf slimframework.tgz SlimFramework.docset |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/sh | ||
|
||
cd SlimFramework.docset/Contents/Resources/Documents | ||
|
||
httrack http://docs.slimframework.com/ \ | ||
-O SlimFramework.docset/Contents/Resources/Documents,cache -I0 \ | ||
--display=2 --timeout=60 --retries=99 --sockets=7 \ | ||
--connection-per-second=5 --max-rate=250000 \ | ||
--keep-alive --depth=2 --mirror --robots=0 \ | ||
--keep-alive --depth=5 --mirror --clean --robots=0 \ | ||
--user-agent '$(httrack --version); dash-slimframework ()' \ | ||
"-docs.slimframework.com/_themes/*" "-docs.slimframework.com/pages/*" \ | ||
"+docs.slimframework.com/bootstrap/css/*" "+docs.slimframework.com/styles/*" |