blob: 889ae0cfc8c33e61b3c9a69785296f825775f25c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# A collection of scripts to manage my blog
## bash scripts
- blogthis creates a blog article
- blogrss creates the rss.xml file
- blogsitemap creates the sitemap.xml file
- blogsend x scp's the files modified in the past x hours to the web server (by default 1)
## php files
- index.php, sticky.php, search.php are the files used to display the blog on the web server
|