summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 81846ece..b70928f5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -19,6 +19,7 @@ buildscripts/phing/tasks/ZendCodeAnalyzerTask.php -text
buildscripts/phpbuilder/build.php -text
buildscripts/setup.php -text
buildscripts/texbuilder/build.php -text
+buildscripts/texbuilder/create_index.php -text
buildscripts/texbuilder/prado3_quick_start.tex -text
demos/composer/index.php -text
demos/composer/index2.php -text
@@ -67,8 +68,53 @@ demos/quickstart/protected/controls/RunBar.php -text
demos/quickstart/protected/controls/RunBar.tpl -text
demos/quickstart/protected/controls/SampleLayout.php -text
demos/quickstart/protected/controls/SampleLayout.tpl -text
+demos/quickstart/protected/controls/SearchBox.php -text
+demos/quickstart/protected/controls/SearchBox.tpl -text
demos/quickstart/protected/controls/TopicList.php -text
demos/quickstart/protected/controls/TopicList.tpl -text
+demos/quickstart/protected/index/Zend/Exception.php -text
+demos/quickstart/protected/index/Zend/LICENSE.txt -text
+demos/quickstart/protected/index/Zend/Search/Exception.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/Token.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/TokenFilter.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Document.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Exception.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Field.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Index/FieldInfo.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Index/SegmentInfo.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Index/SegmentWriter.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Index/Term.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Index/TermInfo.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Index/Writer.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query/MultiTerm.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query/Phrase.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Query/Term.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryHit.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryParser.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryToken.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/QueryTokenizer.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Similarity.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Similarity/Default.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight/MultiTerm.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight/Phrase.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Search/Weight/Term.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Storage/Directory.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Storage/Directory/Filesystem.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Storage/File.php -text
+demos/quickstart/protected/index/Zend/Search/Lucene/Storage/File/Filesystem.php -text
+demos/quickstart/protected/index/Zend/Search/TODO.txt -text
+demos/quickstart/protected/index/ZendSearch.php -text
+demos/quickstart/protected/index/data/_0.cfs -text
+demos/quickstart/protected/index/data/deletable -text
+demos/quickstart/protected/index/data/segments -text
demos/quickstart/protected/pages/Advanced/Assets.page -text
demos/quickstart/protected/pages/Advanced/Auth.page -text
demos/quickstart/protected/pages/Advanced/Error.page -text
@@ -99,6 +145,10 @@ demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.fr.xml -te
demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.pl.xml -text
demos/quickstart/protected/pages/Advanced/Samples/I18N/messages/tests.zh.xml -text
demos/quickstart/protected/pages/Advanced/Samples/I18N/zh_TW/Home.page -text
+demos/quickstart/protected/pages/Advanced/Scripts.page -text
+demos/quickstart/protected/pages/Advanced/Scripts1.page -text
+demos/quickstart/protected/pages/Advanced/Scripts2.page -text
+demos/quickstart/protected/pages/Advanced/Scripts3.page -text
demos/quickstart/protected/pages/Advanced/Security.page -text
demos/quickstart/protected/pages/Advanced/State.page -text
demos/quickstart/protected/pages/Advanced/Themes.page -text
@@ -294,6 +344,8 @@ demos/quickstart/protected/pages/GettingStarted/Upgrading.page -text
demos/quickstart/protected/pages/GettingStarted/directory.gif -text
demos/quickstart/protected/pages/GettingStarted/sequence.gif -text
demos/quickstart/protected/pages/GettingStarted/sequence.vsd -text
+demos/quickstart/protected/pages/Search.page -text
+demos/quickstart/protected/pages/Search.php -text
demos/quickstart/protected/pages/ViewSource.page -text
demos/quickstart/protected/pages/ViewSource.php -text
demos/quickstart/protected/pages/config.xml -text