Unix and Linux Discussions Tagged with scrip |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
13,030 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
73,098 |
Shell Programming and Scripting |
|
|
|
3 |
20,238 |
Answers to Frequently Asked Questions |
|
|
|
0 |
8,484 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
8,468 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
67,682 |
Shell Programming and Scripting |
|
|
|
3 |
5,744 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,202 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,036 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
5,268 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,364 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
6,669 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
4,995 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,838 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,352 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,355 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
11,854 |
Shell Programming and Scripting |
|
|
|
4 |
11,578 |
Shell Programming and Scripting |
|
|
|
4 |
8,209 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,658 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
8,334 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,638 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,965 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,648 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,026 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,544 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,333 |
Shell Programming and Scripting |
|
|
|
1 |
3,435 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
8,884 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
9,786 |
Shell Programming and Scripting |
|
|
|
3 |
10,607 |
Shell Programming and Scripting |
|
|
|
1 |
14,979 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
4,037 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,128 |
Shell Programming and Scripting |
|
|
|
1 |
5,299 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
11,485 |
Shell Programming and Scripting |
|
|
|
4 |
4,637 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
18,277 |
Shell Programming and Scripting |
|
|
|
5 |
17,744 |
Homework & Coursework Questions |
|
|
|
3 |
2,328 |
UNIX for Beginners Questions & Answers |
CHRONICLE-SPOOLER(1) User Contributed Perl Documentation CHRONICLE-SPOOLER(1)
NAME
chronicle-spooler - Automatically post pre-written entries.
SYNOPSIS
Path Options:
--config Specify a configuration file to read.
--spool-dir Specify where pending entries are located.
--live-dir Specify where the entries should be moved to.
Post-Spool Commands:
--post-move Specify a command to execute once entries have been moved.
Optional Features:
--test Only report on what would be executed.
Help Options:
--help Show the help information for this script.
--manual Read the manual for this script.
ABOUT
chronicle-spooler is a companion scrip to the chronicle blog compiler.
It is designed to facilitate posting new entries automatically upon
particular dates. (ie. If you have ten written blog entries in a spool
directory it will move them into place upon the date you've specified.)
DATE SPECIFICATION
To specify the date a particular entry should be made live you
must add another pseudo-header to your blog entry files, as follows:
Title: This is the title of the blog post
Date: 2nd March 2007
Publish: 15th April 2008
Tags: one, two, three, long tag
The text of your entry goes here.
In this example we know that this entry will be made live upon the
15th April 2008, and not before.
AUTHOR
Steve
--
http://www.steve.org.uk/
LICENSE
Copyright (c) 2008-2010 by Steve Kemp. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the
full text of the license.
perl v5.12.3 2011-05-03 CHRONICLE-SPOOLER(1)