summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish@forwardbias.in>2009-11-25 13:39:02 +0530
committerGirish Ramakrishnan <girish@forwardbias.in>2009-11-25 13:39:02 +0530
commit546fc81af789b68db7678e7e92e598bec3ba652f (patch)
tree4a74c2832d4b4f9c191d9121afcd83be7d5ac655
parentd88e5626e242a62df92ee8c1adadde70a75ec9cc (diff)
Put the description.txt into README.
-rw-r--r--README11
-rw-r--r--description.txt10
2 files changed, 11 insertions, 10 deletions
diff --git a/README b/README
index 006a753..e33edff 100644
--- a/README
+++ b/README
@@ -1 +1,12 @@
A demo app for Qt 4.6
+
+The webscraps demo application lets you cut out segments of webpages
+and keep track of them. Eash scrap behaves like the actual website,
+and also automatically refreshes itself periodically.
+
+Some of the features that this demo uses are new in Qt 4.6: The
+Animation Framework handles how the scene changes between the viewing
+and creation of scraps, and Graphics Effects are used for
+highlighting scraps. A state machine manages many of the animations
+and effects.
+
diff --git a/description.txt b/description.txt
deleted file mode 100644
index 9f54737..0000000
--- a/description.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-The webscraps demo application lets you cut out segments of webpages
-and keep track of them. Eash scrap behaves like the actual website,
-and also automatically refreshes itself periodically.
-
-Some of the features that this demo uses are new in Qt 4.6: The
-Animation Framework handles how the scene changes between the viewing
-and creation of scraps, and Graphics Effects are used for
-highlighting scraps. A state machine manages many of the animations
-and effects.
-