sophia 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +16 -1
- data/lib/sophia/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Sophia
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This name comes from the ancient Greek (σοφίᾱ) and means wisdom, knowledge.
|
|
4
|
+
But even important, that name is beautiful.
|
|
5
|
+
|
|
6
|
+
My motivations to start this project came from the desire to organize properly
|
|
7
|
+
and easily find my digital books. Imagine a guy undecided whether to create a
|
|
8
|
+
directory by genre or author, if the author's surname should came before ...
|
|
9
|
+
whether it would be better to follow some standard academic ... You may have
|
|
10
|
+
understood that I have a problem, but come on.
|
|
11
|
+
|
|
12
|
+
The Git is incredible, I realy like how it works and how we use (CLI) it.
|
|
13
|
+
So I decided to make a way to organize my files (why only books?) in the same
|
|
14
|
+
way who Git track files. Of course not controlling versions, git already does
|
|
15
|
+
this very well. Sophia consists in add files to an index and mark them with tags
|
|
16
|
+
for when you request to the lovely librarian Sophia for 'medieval fantasy
|
|
17
|
+
books", she can give you a list of your catalog and it is easy to identify where
|
|
18
|
+
these files are.
|
|
4
19
|
|
|
5
20
|
## Installation
|
|
6
21
|
|
data/lib/sophia/version.rb
CHANGED