blob: 83ded3c4e9e31673c543acc38dfce14a7a02dbf0 (
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 scp's the files modified in the past hour to the web server
## php files
- index.php, sticky.php, search.php are the files used to display the blog on the web server
|