[TYPO3-core] Code of TER-Extensions

Christian Zenker typo3 at xopn.de
Tue Oct 7 11:52:11 CEST 2014


Hi Jost.

If you don't fear the console you can use Typo3ExtensionUtils

Dowload the tool

   git clone -b dev-2.0 https://github.com/czenker/Typo3ExtensionUtils.git
   cd Typo3ExtensionUtils
   composer install

Then use something like

   php bin/t3xutils.php ter:fetch -x news

or

   php bin/t3xutils.php ter:fetch -x --version="3.0.1" news

> I am searching for an easy way to *just read* the code of extensions
> in TER.

You have decide for yourself if you consider this *easy*. :)


As an alternative just look for the public repository on forge.typo3.org,  
git.typo3.org, github, etc.

Hope that helps,
Christian

Am 07.10.2014, 10:40 Uhr, schrieb Jost Baron <jost.baron at gmx.de>:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi!
>
> I am searching for an easy way to *just read* the code of extensions
> in TER. For example to see how some extension did something.
>
> This has repeatedly proven to be a hard task: Not all extensions have
> well-maintained repositories. The archives that can be downloaded are
> t3x-archives, which are not easy to unpack (compared to *.tar.gz,
> *.zip, ...). Searching google or github does not really help either in
> some cases.
>
> So the only reliable and "fast" thing is to download and install the
> extension into a TYPO3 installation. But there, the Extension manager
> starts to complain about dependencies or downloads a ton of
> dependencies. Not an ideal solution either.
>
> Would it be feasible to have the code of any extension in any version
> ever uploaded to TER available for browsing somewhere? For example in
> an automatically created github-repository, were each commit is one
> release? Or something self-built?
>
> Regards,
> Jost
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iEYEARECAAYFAlQzpwoACgkQNme/yCvmvTIIbQCeNgfanXKFGEgCO1ZH9a2DqE4R
> yVMAmwU9AlVpfSITa6IF88R9E/ZSP+t4
> =SsZF
> -----END PGP SIGNATURE-----


More information about the TYPO3-team-core mailing list