Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Blais committed Aug 12, 2012
1 parent bd36d3c commit 840f725
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=====================================================
BeanCount: Command-line Double-Entry Accounting
=====================================================
========================================================
BeanCount: Double-Entry Accounting with Text Input
========================================================

.. contents::
..
Expand All @@ -15,11 +15,11 @@
Description
===========

A double-entry accounting system that uses a simple text file format
as input. A few Python scripts are used to parse the contents of the
file, for example, to serve the contents as a locally running web
server. Scripts are provided to convert from OFX files into Ledger
input format, and other formats (easily extensible).
A double-entry accounting system that uses a simple text file format as input. A
few Python scripts are used to parse the contents of the file, for example, to
serve the contents as a locally running web server. Scripts are provided to
convert from OFX files into Ledger input format, and other formats (easily
extensible).

Notes:

Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
<title>BeanCount: Command-line Double-Entry Accounting</title>
<title>BeanCount: Double-Entry Accounting with Text Input</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
Expand All @@ -14,8 +14,8 @@

</div>

<div class="document" id="beancount-command-line-double-entry-accounting">
<h1 class="title">BeanCount: Command-line Double-Entry Accounting</h1>
<div class="document" id="beancount-double-entry-accounting-with-text-input">
<h1 class="title">BeanCount: Double-Entry Accounting with Text Input</h1>

<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
Expand All @@ -38,11 +38,11 @@ <h1 class="title">BeanCount: Command-line Double-Entry Accounting</h1>
7 Author -->
<div class="section" id="description">
<h1><a class="toc-backref" href="#id1">Description</a></h1>
<p>A double-entry accounting system that uses a simple text file format
as input. A few Python scripts are used to parse the contents of the
file, for example, to serve the contents as a locally running web
server. Scripts are provided to convert from OFX files into Ledger
input format, and other formats (easily extensible).</p>
<p>A double-entry accounting system that uses a simple text file format as input. A
few Python scripts are used to parse the contents of the file, for example, to
serve the contents as a locally running web server. Scripts are provided to
convert from OFX files into Ledger input format, and other formats (easily
extensible).</p>
<p>Notes:</p>
<ul class="simple">
<li>The ideas and syntax is entirely inspired by John Wiegley's <a class="reference external" href="http://www.newartisans.com/blog/projects/ledger.html">Ledger</a>,
Expand Down

0 comments on commit 840f725

Please sign in to comment.