From 9ecbe75ef7ffb3a7d57257cf77b91889fdc8bfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 18 Oct 2021 01:54:16 +0200 Subject: Change README to markdown format. Add translation status overview. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- README | 48 ------------------------------------------------ README.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 48 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index eca7fa4..0000000 --- a/README +++ /dev/null @@ -1,48 +0,0 @@ - - kscope - a front-end to Cscope for TDE. - - -KScope provides a source-editing environment for C projects with -a focus on source editing and analysis. - - -KScope is built around an efficient mechanism for code-navigation which -allows the user to run queries on the code. - -The types of queries KScope can run include: - - * Get all references to a symbol - * Find the definition of a symbol - * Find all functions called by or calling to a function - * Find an EGrep pattern - * Find all files - -These queries are handled by a Cscope process; kscope serves as -a front-end to this process, feeding it with queries and parsing -its output into result lists. The items in those lists can be selected -to open an editor at the matching line. - - -Main Features: -============= - -* Multiple editor windows (using your favourite TDE editor) -* Project management -* Front-end to most Cscope queries -* Tag list for every open editor -* Call-tree window -* Session management, including saving and restoring queries -* Works with externally-built cscope.out files - - - -CONTRIBUTING -============ - -If you wish to contribute to kscope, you might do so: - -- TDE Gitea Workspace (TGW) collaboration tool. - https://mirror.git.trinitydesktop.org/gitea - -- TDE Weblate Translation Workspace (TWTW) collaboration tool. - https://mirror.git.trinitydesktop.org/weblate diff --git a/README.md b/README.md new file mode 100644 index 0000000..591e154 --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ + + kscope - a front-end to Cscope for TDE. + + +KScope provides a source-editing environment for C projects with +a focus on source editing and analysis. + + +KScope is built around an efficient mechanism for code-navigation which +allows the user to run queries on the code. + +The types of queries KScope can run include: + +* Get all references to a symbol +* Find the definition of a symbol +* Find all functions called by or calling to a function +* Find an EGrep pattern +* Find all files + +These queries are handled by a Cscope process; kscope serves as +a front-end to this process, feeding it with queries and parsing +its output into result lists. The items in those lists can be selected +to open an editor at the matching line. + + +Main Features: +-------------- + +* Multiple editor windows (using your favourite TDE editor) +* Project management +* Front-end to most Cscope queries +* Tag list for every open editor +* Call-tree window +* Session management, including saving and restoring queries +* Works with externally-built cscope.out files + +. + +Contributing +-------------- + +If you wish to contribute to kscope, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kscope/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kscope-kscopedesktop/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/) -- cgit v1.2.3