|
@@ -1,20 +1,20 @@
|
|
|
|
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -369,7 +369,7 @@ def build():
|
|
except Exception, e:
|
|
except Exception, e:
|
|
print "Found some problem in: ", fileName
|
|
print "Found some problem in: ", fileName
|
|
print e
|
|
print e
|
|
- raw_input("Please correct")
|
|
+ print "Please correct this problem ..."
|
|
sys.exit()
|
|
sys.exit()
|
|
if entry.render():
|
|
if entry.render():
|
|
entries.append(entry)
|
|
entries.append(entry)
|
|
@@ -443,7 +443,7 @@ def new_post(GITDIRECTORY=CONFIG['output_to'],
|
|
chronological = 'yes'
|
|
chronological = 'yes'
|
|
summary = ("summary: |\n\tType your summary here\n\tDo not change the "
|
|
summary = ("summary: |\n\tType your summary here\n\tDo not change the "
|
|
"indentation"
|
|
"indentation"
|
|
- "to the left\n...\n\nStart writing your post here!")
|
|
+ "to the left\n\t...\n\nStart writing your post here!")
|
|
|
|
|
|
|
|
|
|
fname = os.path.join(os.getcwd(), 'content', kind['name_plural'],
|
|
fname = os.path.join(os.getcwd(), 'content', kind['name_plural'],
|