Title: GetGit
Author: claycarpenter
Published: <strong>11 Μαρτίου  2013</strong>
Last modified: 19 Μαρτίου  2013

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/getgit/assets/banner-772x250.jpg?rev=683866)

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/getgit_fffffe.svg)

# GetGit

 Από [claycarpenter](https://profiles.wordpress.org/claycarpenter/)

[Λήψη](https://downloads.wordpress.org/plugin/getgit.0.3.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/getgit/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/getgit/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/getgit/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/getgit/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/getgit/)

## Περιγραφή

This plugin embeds the content of a public GitHub repository into your WordPress
posts. It’s capable of retrieving either the full content or a snippet of a file.
The code will be displayed with syntax highlighting and line numbers.

Now supports content caching for improved page responsiveness and load times.

Syntax highlighting is provided by the [Sunlight JS](http://sunlightjs.com/) syntax
highlighter. Many thanks to those involved in that project!

#### Usage

This plugin registers a shortcode that allows for embedding GitHub repo content 
into blog posts. To embed content into your post, use the `github` shortcode like
so:

    ```
    [github userid="[target user id]" repoid="[target repo id]" path="[path to content]" language="[language of target content]"]
    ```

Attributes used by the `github` shortcode:

 * userid – The user ID of the repository owner.
 * repoid – The ID of the repository that contains the target content.
 * path – The full path to the content. This path should start at the repository
   root, not inclusive of the leading `/`, and terminate with the name of the target
   content’s filename.
 * language – The programming language of the code contained in the content. This
   information will be passed to the syntax highlighter. The value must match one
   of the recognized values for the Sunlight JS engine. For a list of values, see
   the [Sunlight documentation](http://sunlightjs.com/docs.html).
 * startloc – Optional. The starting line of code to display in the code snippet.
   If this attribute is ommitted, the first line of retrieved file will be the first
   line of code displayed in the snippet.
 * stoploc – Optional. The final line of code (inclusive) to display in the code
   snippet. If this attribute is ommitted, the final line of content shown in the
   snippet will be the last line of the retrieved file.

#### Examples

Retrieve `src/support.js` from the jQuery project repo:
 [getgit repoid=”jquery”
userid=”jquery” path=”src/support.js” language=”javascript”]

Retrieve lines 39 through 64 of this plugin’s content retrieval class:
 [getgit 
repoid=github-wordpress-plugin userid=claycarpenter path=”src/php/github_repo_content_retriever.
php” language=”php” startloc=39 stoploc=64]

## Στιγμιότυπα

 * [[
 * A snippet of content retrieval code from this plugin, with PHP syntax highlighting.
 * [[
 * A snippet of a jQuery file, with JavaScript syntax highlighting.
 * [[
 * The plugin settings page.

## Εγκατάσταση

To install this plugin:

 1. Upload the plugin archive ZIP (`getgit.zip`) to the `/wp-content/plugins/` directory.
 2. Activate the GetGit plugin through the ‘Plugins’ menu in WordPress.
 3. Add the github shortcode to your blog posts, as outlined in the Description section.

## Συχνές Ερωτήσεις

  Does this plugin support configurable syntax highlighting?

Currently, the syntax highlighting style choice is not user configurable. However,
such functionality is expected in future releases.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“GetGit” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ claycarpenter ](https://profiles.wordpress.org/claycarpenter/)

[Μεταφράστε το “GetGit” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/getgit)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/getgit/), 
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/getgit/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/getgit/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/getgit/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 0.3

 * Adds configurability to the caching support. The content cache system can now
   be enabled or disabled. Content in the cache can now have a configurable expiry.
 * Updates cache (Transient) key generation so that the generated keys are more 
   likely to be unique across plugins.

#### 0.2

 * Adds support for content caching. The caching support is provided via the Transients
   API. This is an initial implementation and does not allow for configuration of
   the cache entry expiration date.

#### 0.1

 * Initial public release.
 * Supports basic syntax highlighting, line numbers.
 * Supports showing only snippets of files, rather than the full file content.
 * Uses Sunlight JS syntax highlighter, [v1.17](http://svn.tommymontgomery.com/sunlight/tags/1.17/CHANGELOG).

## Μεταστοιχεία

 *  Version **0.3**
 *  Τελευταία ενημέρωση: **πριν από 13 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 3.5.1 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/getgit/)
 * Ετικέτες:
 * [code](https://el.wordpress.org/plugins/tags/code/)[embed](https://el.wordpress.org/plugins/tags/embed/)
   [Github](https://el.wordpress.org/plugins/tags/github/)[repositories](https://el.wordpress.org/plugins/tags/repositories/)
   [snippet](https://el.wordpress.org/plugins/tags/snippet/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/getgit/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/getgit/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/getgit/reviews/)

## Συντελεστές

 *   [ claycarpenter ](https://profiles.wordpress.org/claycarpenter/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/getgit/)